Autogenerated HTML docs for v2.47.0-72-gef8ce8
diff --git a/technical/scalar.html b/technical/scalar.html index b752cec..d828629 100644 --- a/technical/scalar.html +++ b/technical/scalar.html
@@ -437,7 +437,7 @@ <div id="header"> <h1>Scalar</h1> <div class="details"> -<span id="revdate">2024-10-06</span> +<span id="revdate">2024-10-10</span> </div> </div> <div id="content"> @@ -526,13 +526,13 @@ <div class="paragraph"> <p>Scalar is implemented in C and interacts with Git via a mix of child process invocations of Git and direct usage of <code>libgit.a</code>. Internally, it is structured -much like other built-ins with subcommands (e.g., <code>git stash</code>), containing a -<code>cmd_<subcommand>()</code> function for each subcommand, routed through a <code>cmd_main()</code> +much like other built-ins with subcommands (e.g., <code>git</code> <code>stash</code>), containing a +<code>cmd_</code><em><subcommand></em>() function for each subcommand, routed through a <code>cmd_main</code>() function. Most options are unique to each subcommand, with <code>scalar</code> respecting some "global" <code>git</code> options (e.g., <code>-c</code> and <code>-C</code>).</p> </div> <div class="paragraph"> -<p>Because <code>scalar</code> is not invoked as a Git subcommand (like <code>git scalar</code>), it is +<p>Because <code>scalar</code> is not invoked as a Git subcommand (like <code>git</code> <code>scalar</code>), it is built and installed as its own executable in the <code>bin/</code> directory, alongside <code>git</code>, <code>git-gui</code>, etc.</p> </div>